home *** CD-ROM | disk | FTP | other *** search
- /* FlippyFloppyWraps.h generated from FlippyFloppyWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef FLIPPYFLOPPYWRAPS_H
- #define FLIPPYFLOPPYWRAPS_H
-
- extern void FFWzerocachelimit(int *cacheLimit);
-
- extern void FFWsetcachelimit(int cacheLimit);
-
- extern void FFWTextBBox(const char *someText, double *llx, double *lly, double *urx, double *ury);
-
- extern void FFWTransform(double tx, double ty, double sx, double sy, double r);
-
- extern void FFWDeTransform(double tx, double ty, double sx, double sy, double r);
-
- extern void FFWBlackBox(double llx, double lly, double width, double height);
-
- extern void FFWText(double x, double y, const char *text);
-
- #endif FLIPPYFLOPPYWRAPS_H
-